home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9399 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  41 lines

  1. Newsgroups: comp.lang.c++
  2. Path: SLAC.Stanford.EDU!pfkeb
  3. From: pfkeb@hpkaon.SLAC.Stanford.EDU (Paul F. Kunz)
  4. Subject: Re: What is Objective C?
  5. In-Reply-To: danubius@chinook.halcyon.com's message of 1 Mar 1996 03:58:12 GMT
  6. Message-ID: <PFKEB.96Mar1073337@hpkaon.SLAC.Stanford.EDU>
  7. Sender: news@unixhub.SLAC.Stanford.EDU
  8. Reply-To: Paul_Kunz@slac.stanford.edu
  9. Organization: Stanford Linear Accelerator Center
  10. References: <4h5skk$k2i@news1.halcyon.com>
  11. Date: Fri, 1 Mar 1996 15:33:37 GMT
  12.  
  13. >>>>> On 1 Mar 1996 03:58:12 GMT, danubius@chinook.halcyon.com () said:
  14.  
  15. > Last summer I saw a lot of ads looking for people with "Objective C"
  16. > experience.  I couldn't find anybody among my co-workers who would
  17. > know what this language is about.  Is it some kind of hybrid between
  18. > C and C++?  Is it a specific vendor's product?  Anybody out there
  19. > familiar with it?
  20.  
  21.    A detailed response can be had from the comp.lang.objective-c news
  22. group and its FAQ.  A quick response is that Objective-C is a language
  23. invented about the same time as C++.   It addes the objects and
  24. messaging between objects (invoking member functions in C++ parlence)
  25. to C and that's all, so it is very close to C.   The way you declare,
  26. define, and invoke member functions is more like SmallTalk than C++.
  27.  
  28.    Notable vendors of Objective-C compilers are...
  29.  
  30. - NeXT.  Objective-C is their language for OO development.
  31. - Sun. Their NEO compiler (to be released later this year) supports it
  32. for OpenStep development
  33. - FSF. The GNU compiler supports it.   I have found many sites have
  34. installed Objective-C compiler without knowing it.
  35.  
  36.  
  37. --
  38. Paul F. Kunz    Paul_Kunz@slac.stanford.edu (NeXT mail ok)
  39. Stanford Linear Accelerator Center, Stanford University
  40. Voice: (415) 926-2884   (NeXT) Fax: (415) 926-3587
  41.